body{
	background-color: #f2f3f5;
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
.v-download,
.v-jp {
	position: absolute;
	top: 18px
}
.bs_icon {
	display: block;
	background: url(../img/ds_icon.png) no-repeat
}

.hides {
	display: none
}
.gz_no{
	display: none;
}
.gz_yes{
	display: block;
}
.vjs-controls,
.vjs-controls div {
	box-sizing: content-box
}

.head .head-bot .bg-gray {
	background-color: #353535
}

.v-icon {
	display: inline-block;
	background-image: url(../img/v_icon.png)!important;
	background-repeat: no-repeat
}
.comment-btn .v-icon{
	display: inline-block;
	background-position: 0 0;
	background-image: url(../img/icon.png)!important;
	background-repeat: no-repeat
}
.v-download {
	width: 17px;
	height: 16px;
	background-position: -12px -63px;
	right: 67px
}

.v-jp {
	width: 23px;
	height: 15px;
	background-position: -8px -86px;
	right: 40px
}

.public-icon-titleL1,
.public-icon-titleL2,
.public-icon-titleL7,
.public-icon-titleL8 {
	height: 26px;
	top: 12px;
	left: -4px
}

.public-icon-titleL {
	background: url(../img/public_icon_titleL.png) no-repeat;
	display: inline-block;
	position: relative;
	margin-right: 20px
}

.public-icon-titleL1 {
	width: 72px;
	background-position: -29px 0
}

.public-icon-titleL7 {
	width: 72px;
	background-position: -29px -56px
}

.public-icon-titleL8 {
	width: 95px;
	background-position: -6px -56px
}

.public-icon-titleL2 {
	width: 72px;
	background-position: -29px -167px
}

.public-icon-titleL3 {
	width: 101px;
	height: 26px;
	top: 12px;
	left: -4px;
	background-position: 0 -223px
}

.public-icon-titleL4,
.public-icon-titleL5,
.public-icon-titleL6,
.public-icon-titleL9 {
	width: 84px;
	height: 26px;
	top: 12px;
	left: -4px
}

.public-icon-titleL6 {
	background-position: -17px -279px
}

.public-icon-titleL9 {
	background-position: -17px -335px
}

.public-icon-titleL4 {
	background-position: -17px -113px
}

.public-icon-titleL5 {
	background-position: -18px -446px
}

.play-container {
	background-color: #242424;
	/*padding: 93px 0 20px;*/
	min-width: 1250px;
	/*hs0918*/
	/* padding: 73px 0 0px; */
	position: relative;
	overflow: hidden;
}
.hs-play-xh{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	/*虚化图片*/
	background-size:100% 100%;
	-webkit-filter: blur(60px);
	-moz-filter: blur(60px);
	-o-filter: blur(60px);
	-ms-filter: blur(60px);
	filter: blur(60px);
}
.play-mian {
	/* position: absolute;
	top: 0px; */
	/* width: 1460px; */
	width: 1240px;
	margin: 0 auto;
	/* position: relative; */
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out
}

.play-section {
	position: relative;
	/* z-index: 4; */
	/*width: 1110px;
	height: 674px;*/
	/*width: 963px;*/
	/*去掉黑边框--修改宽度*/
	width: 890px;
	/* height: 542px; */
	height: 582px;
	background-color: #000;
	/*hs0918*/
	margin: 0 auto;
	overflow: hidden;
	margin-top: -42px;
	/* margin-top: -22px; */
	
}

.play-section .video-js-box {
	width: 100%;
	/* height: 100%; */
	height: 582px;
	
}

.play-side {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	float: right;
	width: 350px;
	height: 100%;
	background: #333;
	color: #ccc
}

.play-side .p-title {
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	border-bottom: 2px solid #f60
}

.play-side .play-list-contaier {
	height: 624px;
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px)
}

.play-side .play-list::-webkit-scrollbar {
	width: 5px;
	background: #2D2D2D
}

.play-side .play-list::-webkit-scrollbar-track-piece {
	background: 0 0
}

.play-side .play-list::-webkit-scrollbar-button {
	display: none
}

.play-side .play-list::-webkit-scrollbar-thumb {
	background: #555;
	border-radius: 5px
}

.play-side .play-list {
	padding: 10px 15px 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	width: 100%;
	zoom: 1;
	background-color: #2D2D2D;
	scrollbar-base-color: #202020;
	scrollbar-face-color: #3C3C3C;
	scrollbar-arrow-color: #202020;
	scrollbar-3dlight-color: #3C3C3C;
	scrollbar-highlight-color: #3C3C3C;
	scrollbar-shadow-color: #3C3C3C;
	scrollbar-darkshadow-color: #3C3C3C;
	scrollbar-track-color: #2D2D2D
}

.play-side .play-item {
	border-bottom: 1px solid #3c3c3c
}

.play-side .play-item:hover {
	background-color: #5e3114;
	border-bottom: 1px solid #2D2D2D
}

.play-side .play-item a {
	height: 75px;
	display: block;
	padding-left: 115px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px
}

.play-side .play-item .pi-title {
	color: #fff
}

.play-side .play-item .pi-num {
	color: #858484;
	margin-top: 15px
}

.play-side .lazy {
	width: 96px;
	height: 54px;
	position: absolute;
	top: 10px;
	left: 5px
	border-radius: 3px;
}

#mod_player {
	width: 100%;
	height: 100%
}
.xh-4xs-3,.xh-4xs-1{
	border-radius: 3px;
}
.vim-css.vjs-playing .vjs-play-control span {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#wrap-content {

}

.c-info {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6
}

.c-title {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #444;
	text-align: center;
	background-color: #f6f6f6;
	border-bottom: 1px solid #e6e6e6
}

.c-title .c-xq {
	padding: 0 30px;
	background-color: #f9f9f9
}

.c-title .c-xz {
	padding: 0 90px 0 30px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	position: relative
}

.c-title .fx-container-1 {
	margin-right: 30px;
	height: 50px;
	position: relative
}

.c-title .fx-container-1 .bds_sqq {
	width: 22px;
	height: 22px;
	background-position: -10px -110px;
	margin-top: 14px
}

.c-title .fx-container-1 .bds_qzone {
	width: 22px;
	height: 22px;
	background-position: -8px -140px;
	margin-top: 14px
}

.c-title .fx-container-1 .bds_tsina {
	width: 22px;
	height: 22px;
	background-position: -8px -170px;
	margin-top: 14px
}

.c-title .fx-container-1 .bds_weixin {
	width: 22px;
	height: 22px;
	background-position: -10px -201px;
	margin-top: 14px
}

#bdshare_weixin_qrcode_dialog,
#bdshare_weixin_qrcode_dialog div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.ci-container {
	padding: 20px 0
}

.ci-container .ci-title {
	font-size: 22px;
	color: #444;
	padding: 0 30px
}

.ci-container .ci-info {
	position: relative;
	padding-right: 30px
}

.ci-container .ci-num {
	color: #afafaf;
	font-size: 14px
}

.ci-container .ci-num span {
	font-size: 30px;
	font-family: Helvetica
}

.ci-container .p-icon {
	display: inline-block;
	background: url(../img/v-tvc.png) no-repeat;
	margin-right: 20px;
	position: relative;
	left: -5px;
	vertical-align: middle
}

.ci-container .p-icon-tvc {
	width: 93px;
	height: 26px
}

.ci-container .v-type {
	display: inline-block;
	height: 20px;
	background-color: #e6e6e6;
	padding: 0 10px;
	font-size: 12px;
	color: #acacac;
	position: relative;
	margin-right: 25px
}

.ci-container .v-type i {
	display: inline-block;
	width: 11px;
	height: 20px;
	background-position: -15px 0;
	position: absolute;
	top: 0;
	right: -11px
}

.ci-container .v-time {
	font-size: 12px;
	color: #acacac;
	vertical-align: middle;
	display: inline-block;
	padding: 0 20px;
	position: relative
}

.ci-container .v-time i {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-position: -13px -38px;
	position: absolute;
	top: 3px;
	left: 2px
}

.ci-container .ci-msg {
	position: absolute;
	bottom: 0;
	left: 0
}

.ci-container .info-content {
	font-size: 12px;
	color: #999;
	line-height: 25px;
	padding: 20px 20px 0 30px
}

.ci-container .info-content .title {
	color: #444
}


/* 文本样式 */
.content-container {
	border-bottom: 1px solid #f4f4f4;
	border-top: none;
	border-radius: 3px 3px 0 0;
	padding: 30px 75px 40px 75px;
}

.content-container .text-container {
	position: relative;
	text-align: justify;
	line-height: 28px;
	font-size: 14px;
	color: #3d464d;
	word-wrap: break-word;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif" ;
}
.content-container .text-container a{
	border-bottom: 1px solid #999;
	color: #3d464d !important;
}
.content-container .text-container a:hover{
	color: #3d464d !important;
} 

.content-container .text-container h1,
.content-container .text-container h2 {
	text-indent: 2em;
	margin: 8px 0 !important;
	color:#3d464d !important;
	font-size: 14px !important;
	font-weight: normal;
}

.content-container .text-container p {
	text-align: justify;
	text-indent: 2em;
	margin: 8px 0 !important;
	color:#3d464d !important;
	font-size: 14px !important;
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif" !important;
}
.content-container .text-container span{
	text-align: justify;
	color: #3d464d !important;
	font-size: 14px !important;
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif" !important;
}
.content-container .text-container iframe{
	margin: 0 auto;
	display: block;
}

.content-container .text-container img {
	display: block !important;
	margin: 8px auto !important;
	max-width: 100%;
	border: 0;
}
.content-container .text-container em {
	font-style: normal;
}
.content-container .text-container i {
	font-style: normal;
}
.content-container .text-container strong {
	/* font-style: normal; */
}
.content-container .text-container b {
	font-style: normal;
}

	.content-container .text-container img:nth-of-type(1){
		margin-top: 14px;
	}





.text-container font{
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif" ;
}
	/* 展开图标 */
	.ct_zk .rotate_l{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.ct_zk .rotate_r{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin-left: -8px;
	}
	.ct_sq .rotate_l{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.ct_sq .rotate_r{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin-left: -8px;
	}
	
	.rotate_icon{
		width: 12px;
		height: 2px;
		background: #b5b5b5;
		vertical-align: middle;
	}
			
.rgba{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	/*background-color: black;*/
	background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);; /*FireFox*/
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  /* Opear */
	background: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)); /*IE10及IE10+*/
}
.hidden{
	overflow: hidden;
	/*text-overflow:ellipsis;
	white-space: nowrap;*/
	height: 260px;

	
}
.ct_no{
	display: none !important;
}
.ct_yes{
	display: block !important;
}
.loading,
.posa-fb {
	text-align: center;
}

/*.content-container  .text-container .ct-msg {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	background-color: #e6e6e6;
	color: #999;
	font-style: 12px !important;
	margin: 40px auto 10px;
	line-height: 16px;
	}*/
	.content-container  .ct-msg {
		text-align: center;
		display: inline-block;
		padding: 3px 5px;
		border-radius: 3px;
		/*background-color: #e6e6e6;*/
		color: #999;
		font-size: 12px;
		width: 100%;
    margin: 40px auto 10px auto;
	}
	.content-container  .ct-msg p{
		text-align: center;
		display: inline-block;
	}
	.content-container  .ct-msg a{
		border-bottom: 1px solid #999;
		color: #999;
		font-size: 12px;
	}
	
	.content-container  .ct_btn{
		font-size: 14px;
		color: #b5b5b5;
		/*margin-right: 20px;*/
		cursor: pointer;
		margin:  0 auto;
		/* float: left; */
		margin-top: 10px;
	}
	.content-container  .ct_btn i{
		display: inline-block;
		font-size: 20px;
	}


	.label-container {
		font-size: 12px;
		color: #afafaf;
		/*background-color: #f9f9f9;*/
		/*border: 1px solid #e6e6e6;*/
		border-top: none;
		margin-top: 1px;
		padding: 20px 75px;
		border-radius: 0 0 2px 2px;
	}

	.label-container a {
		display: inline-block;
		padding: 6px 10px;
		/*height: 40px;*/	
		background-color: #f4f4f4;
		border-radius: 2px;
		margin-right: 15px;
		margin-top: 5px;
		background-color: #f4f4f4;
		font-size: 12px;
		/*color: #acacac;*/
		color: #666;
		/*border: 1px solid #acacac;*/
	}
	.label-container a:hover{
		/*border: 1px solid #666;*/
	} 
	.label-container span span{
		/*padding-left: 80px;*/
	}
	.comment-container {
		padding: 15px 30px 0px 20px;
		/*background-color: #f9f9f9;*/
		/*border: 1px solid #f4f4f4;*/
		border-top: none;
		margin-top: 1px;
		border-radius: 3px !important;
	}

	.comment-form {
		position: relative;
		padding-left: 60px
	}

	.comment-form .user-pic {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		border: 1px solid #e6e6e6
	}

	.user-pic img {
		width: 100%;
		height: 100%;
	}

	.comment-centent {
		width: 100%;
		/*height: 115px;*/
		height: 75px;
		padding: 10px;
		border: 1px solid #e4e9ed;
		resize: none;
		font-size: 12px;
		color: #999;
		border-radius: 3px;
		outline: 0;
		/*hs0920*/
		background-color: #f4f4f4;
	}

	.comment-centent:focus {
		border: 1px solid #ffa200;
		box-shadow: inset 0 0 3px #ffa200
	}

	.comment-btn {
		height: 40px;
		margin-top: 10px
	}

	.btn-face {
		padding-left: 28px;
		height: 20px;
		font-size: 14px;
		/*color: #ffa200;*/
		color: #333;
		/*margin-top: 10px;*/
		line-height: 20px;
		cursor: pointer;
		background-position: -11px -234px
	}

	.btn-primary {
		font-size: 12px;
		color: #fff;
		/*padding: 10px 15px;*/
		width: 80px;
		height: 25px;
		background-color: #ffa200;
		outline: 0;
		border: none;
		/*background-color: #f97733;*/
		font-family: "Microsoft YaHei";
		border-radius: 2px;
		cursor: pointer;
		float: right;
	}

	.btn-primary:hover {
		/*color: #fff;*/
	/*
	background: #ffab19;
	background: -moz-linear-gradient(top, #ffab19 0, #f78749 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffab19), color-stop(100%, #f78749));
	background: -webkit-linear-gradient(top, #ffab19 0, #f78749 100%);
	background: -o-linear-gradient(top, #ffab19 0, #f78749 100%);
	background: -ms-linear-gradient(top, #ffab19 0, #f78749 100%);
	background: linear-gradient(to bottom, #ffab19 0, #f78749 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab19', endColorstr='#f78749', GradientType=0);
	*/
	/*background-color: #f8aa23;*/
}
.hs-btn-primary{
	color: #fff;
	background-color: #FFA200;
}
.hs-btn-primary:hover {
	color: #fff;
	background-color: #f8aa23;
}

.cm-title,
.comment-main {
	background-color: #fff
}

.comment-main {
	padding: 0px 40px 0px 40px;
	/*border: 1px solid #e6e6e6;*/
	border-top: none;
	margin: 1px 0 20px;
	background-color: #fff;
}

.cm-title {
	line-height: 30px;
	font-size: 16px;
	color: #2e2e2e;
	position: relative;
	padding: 0 30px 0px 35px;
	z-index: 2;
	margin-bottom: -1px
}
.cm-title>em{
	font-style: normal;
	color: #CCCCCC;
}

.cm-title i {
	display: inline-block;
	width: 6px;
	height: 30px;
	background-color: #f60;
	position: absolute;
	top: 0;
	left: 20px
}

.comment-item {
	position: relative;
	padding: 20px 0px 10px 60px;
	border-top: 1px solid #e6e6e6;
}
.comment-item .btn_box{
	position: relative;
	min-height: 70px;
	padding-bottom: 20px;
	/*margin-top: 22px;*/
}

.comment-item .pl_child	 p{
	/*padding-bottom: 20px;*/
	margin-top: 0;
}
.comment-item .user-pic {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 20px;
	/*left: 70px;*/
	left: 0;
	border: 1px solid #e6e6e6
}

.comment-item .comment-name {
	font-size: 14px;
	color: #333;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-weight: 600
}

.comment-item .comment-name i {
	top: 1px;
	right: -22px
}

.comment-item .comment-time {
	color: #333;
	font-size: 12px;
	font-family: Helvetica
}

.comment-item .comment-content {
	font-size: 12px;
	color: #666;
	line-height: 17px;
	margin-top: 8px;
	letter-spacing:1px;
}

.comment-item .comment-delete,
.comment-item .comment-reply {
	font-size: 12px;
	color: #bbb;
	/*display: inline-block;*/
	margin-top: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	
}
.me_bj{
	font-size: 12px;
	color: #bbb;
	/*display: inline-block;*/
	margin-top: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 80px;
}
.comment-item .comment-reply{
	right: 80px;
}
.comment-item .comment-delete{
	right: 30px;
}
.comment-list .comment-num {
	width: 34px;
	height: 34px;
	background-color: #e6e6e6;
	border-radius: 2px;
	position: absolute;
	top: 28px;
	left: 20px;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	color: #6e6e6e;
	cursor: pointer;
	font-family: Helvetica
}

.comment-num span {
	display: block;
	margin-top: 3px
}

.comment-list .top_icon {
	width: 11px;
	height: 7px;
	margin: 0 auto;
	background-position: -39px 0
}

.comment-list .current {
	background-color: #ffa200;
	color: #fff
}

.comment-list .current .top_icon {
	background-position: -23px 0
}

.comment-list .right_icon {
	width: 7px;
	height: 11px;
	position: absolute;
	top: 50%;
	margin-top: -5.5px;
	right: -7px;
	background-position: -13px 0
}

.comment-list .current .right_icon {
	background-position: 0 0
}

.reply-content {
	background-color: #F4F4F4;
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #9f9f9f
}

.reply-content a {
	color: #9f9f9f
}

.reply-content a:hover {
	color: #ffa200
}

.reply-form {
	margin-top: 20px
}

.reply-cancel {
	float: right;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	margin-right: 20px;
	cursor: pointer;
	color: #bbb
}

.reply-cancel:hover {
	color: #ffa200
}

.loading {
	display: none
}

.hr {
	height: 2px;
	/*border-top: 1px solid #f1f1f1*/
}


/*新页面修改的*/
.no{
	display: none !important;
}
.yes{
	display: block !important;
}

.bjzj{
	padding-top: 10px;
	padding-right: 10px;
	height: 95px;
	position: relative;
	display: none;
}
.bjzj textarea{
	height: 50px;
	padding: 10px;
	color: #cacaca;
	font-size: 12px;
	line-height: 17px;
	border: 1px solid #cacaca;
	border-radius: 2px;
}
.bjzj_fb,.bjzj_qx{
	font-size: 12px;
	color: #858585;
	/* display: inline-block; */
	margin-top: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
}
.bjzj_fb{
	right: 70px;
}
.bjzj_qx{
	right: 20px;
}

.form_box{
	padding-right:10px;
	height:50px;
}
.form_box textarea{
	border: 1px solid  #c9c9c9;
	border-right: 0;
	height: 50px;
	border-radius: 3px 0 0 3px; 
	float: left;
	width: 90%;
}
.form_box #reply{
	float: right;
	width: 10%;
	height: 50px;
	font-size: 13px;
	border-radius: 0  3px 3px 0; 
}








.notLoad {
	/*margin-top: 30px*/
}

.notLoad img {
	display: block;
	margin: 20px auto 0
}

.company-container {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	padding: 20px 10px 20px 20px;
	border-radius: 0 0 3px 3px
}

.company-pic {
	width: 30%;
	height: auto;
	max-width: 100px;
	border-radius: 100%
}

.company-info {
	width: 70%;
	padding-left: 15px
}

.company-info .company-name {
	height: 27px;
	font-size: 18px;
	color: #444;
	font-weight: 700;
	position: relative;
	padding-right: 20px;
	margin-top: 10px;
	display: inline-block
}

.company-gw,
.company-message {
	height: 25px;
	border-radius: 3px
}

.company-info .company-name i {
	top: 5px;
	right: 0
}

.company-info .company-address,
.company-video-num {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	font-size: 12px;
	color: #999
}

.company-gw,
.d-block {
	display: block
}

.company-info .company-address {
	margin-right: 20px
}

.company-info .company-address i {
	top: 3px
}

.company-video-num {
	padding-left: 17px
}

.company-video-num i {
	top: 4px
}

.company-message {
	width: 32px;
	display: block;
	background: url(../img/message.png) center center no-repeat #ffa200
}

.company-message:hover {
	background-color: #ffb636
}

.company-gw {
	max-width: 137px;
	line-height: 25px;
	font-size: 12px;
	color: #fefefe;
	background-color: #c6c6c6;
	padding: 0 8%;
	margin-left: 18px
}

.company-gw:hover {
	background-color: #ffa200
}

.company-msg {
	font-size: 12px;
	color: #242424;
	margin-top: 20px;
	line-height: 20px
}

.company-s-tile {
	color: #919191
}

.company-other {
	/*background-color: #f9f9f9;*/
	background-color: #fff;
	/*border: 1px solid #e6e6e6;*/
	position: relative;
	border-radius: 3px
}

.company-other .s-top {
	width: 18px;
	height: 9px;
	background: url(../img/top.png) no-repeat;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -9px
}

.company-other .co-title {
	/*padding: 15px 20px;*/
	padding: 20px 20px 10px 20px;
	/*border-bottom: 1px solid #f4f4f4;*/
	font-size: 16px;
	color: #313131;
}
.company-other .co-title span{
	display: inline-block;
	border-right: 2px solid #f9a600;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.company-other .co-title i{
	color: #666;
	font-size: 12px;
	font-style: normal;
}
.company-other .co-list {
	margin-top: 1px;
	padding: 10px
}

.company-other .co-item {
	width: 50%;
	padding: 10px;
	float: left
}

.brand-other,
.d-block img,
.posa-fb {
	width: 100%
}

.company-other .co-item:hover .bor1 {
	border-color: #ffa200
}

.company-other .co-item:hover .posa-fb {
	color: #ffa200
}

.posr {
	position: relative
}

.bor1 {
	border: 1px solid #d2d2d2
}

.posa-fb {
	position: absolute;
	bottom: 0;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	background-color: rgba(26, 26, 26, .25);
	margin-bottom: 0;
	padding: 0 10%
}

.brand-other .bo-title {
	padding: 15px 20px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	font-weight: 700;
	color: #444;
	background-color: #f9f9f9;
	border-radius: 3px 3px 0 0
}

.brand-other .bo-list {
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-top: none;
	margin-top: 1px;
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px
}

.brand-other .bo-first {
	position: relative;
	padding: 20px 20px 20px 168px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px
}

.brand-other .bo-first .lazy {
	width: 128px;
	position: absolute;
	top: 20px;
	left: 20px
}

.brand-other .bo-f-title {
	font-size: 14px;
	color: #2e2e2e
}

.brand-other .bo-name {
	max-width: 100%;
	display: inline-block;
	position: relative;
	padding-right: 25px;
	margin-top: 10px
}

.brand-other .bo-name a {
	font-size: 13px;
	color: #a1a1a1
}

.brand-other .bo-name i {
	right: 0;
	top: 2px
}

.brand-other .bo-time {
	font-size: 12px;
	color: #acacac;
	font-family: Helvetica;
	margin-top: 5px
}

.brand-other .bo-item {
	padding: 10px 20px
}

.brand-other .bo-item .bo-v-title {
	width: 70%;
	font-size: 14px;
	color: #2e2e2e
}

.brand-other .bo-item .bo-v-name:hover,
.brand-other .bo-item .bo-v-title:hover {
	color: #ffa200
}

.brand-other .bo-item .bo-v-name {
	width: 30%;
	text-align: right;
	position: relative;
	padding-right: 20px;
	font-size: 13px;
	color: #a1a1a1
}

.brand-other .bo-item .bo-v-name i {
	right: 0;
	top: 1px
}

.fl-fx-container {
	width: 40px;
	position: fixed;
	top: 210px;
	display: none
}

.fl-fx-container .ff-fx {
	width: 40px;
	height: 28px;
	display: block;
	background: url(../img/v_icon.png) 0 -529px no-repeat
}

.fl-fx-container .fx-container-2 .v-icon {
	width: 40px;
	height: 40px;
	background-color: #f1f1f1;
	box-shadow: 0 3px 3px #d9d9d9;
	border-radius: 3px;
	margin-top: 10px
}

.fl-fx-container .fx-container-2 .v-icon:hover {
	background-color: #f9f9f9
}

.fl-fx-container .fx-container-2 .bds_tsina {
	background-position: -2px -267px
}

.fl-fx-container .fx-container-2 .bds_qzone {
	background-position: -1px -317px
}

.fl-fx-container .fx-container-2 .bds_weixin {
	background-position: 0 -376px
}

.fl-fx-container .fx-container-2 .bds_sqq {
	background-position: -1px -445px
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}
.htc-name{
	font-size: 23px;
	padding: 15px 0;
	max-width: 450px;
	overflow: hidden;
	font-weight: 900;
	color:#333;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media screen and (min-width:1600px) and (max-width:1920px) {
	.play-container .play-mian {
		width: 1240px
	}
	.play-container .play-section {
		width: 890px;
		/*height: 550px;*/
		height: 582px;
	}
	.play-section .video-js-box {
    height: 582px;
}
}
@media screen and (min-width:1300px) and (max-width:1599px) {
	.play-container .play-mian {
		width: 1240px
	}
	.play-container .play-section {
		width: 890px;
		/*height: 550px;*/
		height: 582px;
	}
	.play-section .video-js-box {
    height: 582px;
}
}

@media screen and (max-width:1299px) {
	.play-container .play-mian {
		width: 1000px
	}
	.play-container .play-section {
		width: 750px;
		/* height: 456px; */
		height: 486px;
	}
	.play-section .video-js-box {
    height: 486px;
}
	/* .play-container .play-list {
		height: 365px
	} */
}

/* @media(max-width:1440px) {
	.htc-name{
		max-width: 280px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
} */

.letter-box {
	height: 100%;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 25px 20px
}

.letter-box .letter-title {
	color: #aca9a9;
	font-size: 14px
}

.letter-box .letter-title a {
	color: #404040
}

.letter-box .letter {
	width: 100%;
	height: 235px;
	resize: none;
	border: none;
	font-size: 14px;
	font-family: "微软雅黑";
	background-color: #f1f1f1;
	padding: 10px;
	margin: 15px 0;
	outline: 0;
	display: block
}

.letter-box .letter-msg {
	height: 32px;
	line-height: 32px;
	color: #cfcdcd
}

.letter-box #letter-tips {
	color: #ffa200
}

.letter-box .closeBtn,
.letter-box .sendBtn {
	width: 68px;
	height: 32px;
	border-radius: 16px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	float: right;
	cursor: pointer
}

.letter-box .closeBtn {
	background-color: #f1f1f1;
	color: #aca9a9
}

.letter-box .sendBtn {
	background-color: #ffa200;
	color: #fff;
	margin-left: 20px
}

/*0918改版*/

/*中间视频介绍   用户信息*/
.hs-title-top{
	min-width: 1300px;
	height: 130px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ececec;
	position: relative;
	z-index: 1;
}
.hs-title-top-content{
	width: 60%;
	height: 100%;
	margin: 0 auto;
	min-width: 655px;
	/*background-color: #00BFFE;*/
}
.httc-l{
	/*min-width: 500px;*/
	width: 66%;
	height: 100%;
}

.htc-other{
	padding: 2px 0;
	color: #CCCCCC;
}
.htc-other>a{
	color: #717171 !important;
}
.htc-other em{
	font-style: normal;
	padding: 0 5px;
}
.httc-r{
	width: 33%;
	height: 100%;
	border-left: 1px solid #ececec;
}


.hl-share .fx-container-1{
	/*margin-right: 25px;*/
	height: 50px;
	position: relative;
}

.hl-share.hl-share-one .fx-container-1>a{
	/*灰色*/
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	
	filter: grayscale(100%);
	
	/*filter: gray;*/
}
.hl-share.hl-share-one .fx-container-1>a:hover{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

.hl-share .fx-container-1 .bds_sqq {
	width: 22px;
	height: 22px;
	background-position: -10px -110px;
	margin-top: 14px;
	transform: scale(1.6);
}
.hl-share.hl-share-one .fx-container-1 .bds_sqq {
	width: 22px;
	height: 22px;
	background-position: -10px -110px;
	margin-top: 14px;
	opacity: 0.6;
	transform: scale(1.6);
	
}

.hl-share .fx-container-1 .bds_qzone {
	width: 22px;
	height: 22px;
	background-position: -8px -140px;
	margin-top: 14px;
	transform: scale(1.6);
}

.hl-share .fx-container-1 .bds_tsina {
	width: 22px;
	height: 22px;
	background-position: -8px -170px;
	margin-top: 14px;
	transform: scale(1.6);
}

.hl-share.hl-share-one .fx-container-1 .bds_tsina {
	width: 22px;
	height: 22px;
	background-position: -8px -170px;
	margin-top: 14px;
	margin-left: 40px;
	opacity: 0.4;
	transform: scale(1.6);
}

.hl-share .fx-container-1 .bds_weixin {
	width: 22px;
	height: 22px;
	background-position: -10px -201px;
	margin-top: 14px;
	transform: scale(1.6);
}
.hl-share.hl-share-one .fx-container-1 .bds_weixin {
	width: 22px;
	height: 22px;
	background-position: -10px -201px;
	margin-top: 14px;
	opacity: 0.6;
	transform: scale(1.6);
}
.hr-img{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	margin-left: 5%;
	margin-top: 4%;
	cursor: pointer;
}
.hr-r-content>p>span{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	max-width: 153px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 18px;
	cursor: pointer;
}
.hr-r-content>p>span .i-icon-r{
	right: 1px;
	top: 5px;
}
.hr-r-content{
	margin-top: 5%;
	margin-left: 5%;
}
.hrc-other{
	padding-top: 10px;
	color: #CCCCCC;
}
.hrc-other em{
	font-style: normal;
	padding: 0 8px;
}
.hrc-other i{
	font-style: normal;
	padding: 0 5px;
}

/*文章内容*/
.c-container{
	/*margin-top: 20px;*/
	background-color: #fff;
	border-radius: 2px;
}
.hs-share-bot{
	
}
.hs-share-bot .fx-container-1{
	margin-right: 0px;
	padding-left: 45%;
}

/*下面公司简介*/
.hs-gsxx-top{
	background-color: #F4F4F4;
	height: 20px;
}

.hs-gsxx{
	background-color: #000000;
	color: #fff;
	cursor: pointer;
}
.ht-img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.hg-top{
	background-color: #262626;
	display: block;
	padding: 20px 0px 20px 44px;
}
.ht-r-content{
	width: 82%;
	margin-left: 15px;
}
.htc-text{
	color: #5F5F5F;
	margin-top: -11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ht-r-content>p{
	font-size: 15px;
	position: relative;
	color: #fff;
	display: inline-block;
	padding-bottom: 15px;
	cursor: pointer;
}
.ht-r-content>p:hover{
	color: #FFA200;
}
.ht-r-content>p>i{
	position: absolute;
	right: -19px;
	top: 3px;
}
.hg-bottom{
	background-color: #2E2E2E;
	padding: 15px 44px;
}
.hg-bottom .co-item{
	width: 20%;
	float: left;
	padding-left: 10px;
}
.hg-bottom>p{
	padding-bottom: 15px;
	padding-left: 17px;
	background: url(../img/hs_tazuopin.png) 0px 0px no-repeat;
	
}
.hg-bottom .h-content {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 26, 26, .4);
	position: absolute;
	top: 0;
	left: 0;
	color: #f1f1f1;
	font-size: 12px;
	padding: 20px 11px;
	z-index: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
}
.hg .hx_content{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 26, 26, .4);
	position: absolute;
	top: 0;
	left: 0;
	color: #f1f1f1;
	font-size: 12px;
	border-radius: 2px;
	padding: 20px 11px;
	z-index: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
}
.hg .hx_content a{
	display: block;
	width: 100%;
	height: 100%;
}
.hg:hover .hx_content{
	display: block;
}
.hg a .video-bf {
	position: absolute;
	width: 42px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	
	top: 50%;
	left: 50%;
	margin-left: -14px;
	margin-top: -14px;
	/*background: url(../img/viedo_play_hs.png) 14px 3px no-repeat;
	background-color: rgba(65, 65, 65, .8);*/
}
.hg-bottom .video-bf {
	position: absolute;
	width: 42px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	bottom: 30px;
	left: 57px;
	/*background: url(../img/viedo_play_hs.png) 14px 3px no-repeat;*/
	/*background-color: rgba(65, 65, 65, .8);*/
}
.hg-bottom .co-item:hover .posa-fb{
	display: none;
}
.hg-bottom .co-item:hover .h-content{
	display: block;
}

/*右边栏*/
.hs-tj{
	margin-top: 20px;
	position: relative;
}
.hs-tj .tj-icon{
	position: absolute;
	display: block;
	background: url(../img/tuijian_hs.png) center no-repeat;
	width: 52px;
	height: 22px;
	top: 9px;
	right: -4px;
	z-index: 3;
}
/*相关推荐视频*/
.hs-xgtj .play-list {
 	padding-bottom: 35px;
}
.hs-xgtj .play-item {
	padding: 10px 20px;
}
.hs-xgtj  .play-item>div {
	/*height: 90px;*/
	display: block;
	/*padding-left: 133px;*/
	position: relative;
/*	padding-top: 10px;
	padding-bottom: 10px;*/
	font-size: 12px;
}
.hs-xgtj  .lazy {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 2px;
}
.hs-xgtj  .img-box {
	width: 160px;
	height: 90px;
	position: absolute;
/*	top: 10px;
	left: 5px;*/
}
.hs-xgtj  .img-box .vd_time{
	position: absolute;
	bottom: 0;
	right: 0;
	background:rgba(0,0,0,.2);
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
}
.hs-xgtj .pi-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	height: 38px;
	color: #333;
	margin-left: 175px;
}
.hs-xgtj .pi-title a{
	font-size: 14px;
	/* font-weight: 900; */
	font-weight: 500;
	color: #333;
	/* word-spacing:8px;  */
	letter-spacing: 1px;
}

.hs-xgtj .pi-title:hover{
	color: #FFA200;
}
.hs-xgtj .pi-num{
	padding-top: 32px;
	color: #666;
	font-size: 12px;
	margin-left: 175px;
}

.hs-xgtj .pi-num em{
	font-style: normal;
	/*padding: 2px 3px 0 3px;*/
	height: 14px;
	color: #666;
	 overflow: hidden;
	float: left;
}
.hs-xgtj .pi-num a{
	float: left;
	display: inline-block;
	overflow: hidden;
	/*max-width: 60px;*/
	max-width: 40%;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
	color: #666;
}
.hs-youmeng{
	width: 380px;
	float: right;
	/*padding: 15px 20px;*/
	background-color: #f4f4f4;
}
.hs-youmeng .hs_box{
	padding: 15px 20px;
	height: 220px;
	background-color: #fff;
}
.hs-xgtj .h-content {
	display: none;
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(26, 26, 26, .4);
	color: #f1f1f1;
	font-size: 12px;
	padding: 20px 11px;
	z-index: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
}
/*.hs-xgtj .video-bf:hover {
    background-color: #ffa200;
    color: #fff;
    }*/

    .hs-xgtj .video-bf {
    	position: absolute;
    	width: 42px;
    	height: 28px;
    	line-height: 28px;
    	border-radius: 3px;
    	top: 50%;
    	left: 50%;
    	margin-left: -21px;
    	margin-top: -14px;
    	z-index: 2;
    	/*background: url(../img/play.png) 14px 3px no-repeat;*/
    	/*background-color: rgba(65, 65, 65, .8);*/
    }
    .hs-xgtj .img-box:hover .h-content{
    	/*opacity: 1;*/
    	display: block;
    }

    /*/0918改版*/

    /*0205收藏*/
    .shoucang-btn{
    	display: inline-block;
    	width: 87px;
    	height: 34px;
    	background: url(../img/shoucang.png) -4px -6px no-repeat;
    	margin-left: 16px;
    	cursor: pointer;
    }
    .yi-sc{
    	background-image: url(../img/shoucang-yi.png);
    }
    /*/0205收藏*/
    .auto-pl{
    	padding: 30px;
    	padding-bottom: 10px;
    }
    .auto-pl>span{
    	margin-left: 15px;
    }
    .auto-pl input[name='pllx']{
    	position: relative;
    	top: 2px;
    }
    .zdyh-list{
    	border: 1px solid #CCCCCC;
    	display: inline-block;
    	height: 26px;
    	line-height: 26px;
    	border-radius: 4px;
    	padding: 0px 10px;
    	padding-right: 20px;
    	min-width: 100px;
    	vertical-align: bottom;
    	width: 100px;
    	overflow: hidden;
    }
    .zdnr_list{
    	border: 1px solid #CCCCCC;
    	display: inline-block;
    	height: 26px;
    	line-height: 26px;
    	border-radius: 4px;
    	padding: 0px 10px;
    	padding-right: 20px;
    	min-width: 100px;
    	vertical-align: bottom;
    	width: 200px;
    	overflow: hidden;
    }
    input[name='plts']{
    	border: 1px solid #CCCCCC;
    	height: 26px;
    	border-radius: 4px;
    	width: 60px;
    	padding: 0px 8px;
    }
    .zdyh-del{
    	display: inline-block;
    	width: 18px;
    	height: 18px;
    	background: url(../../User/img/remover1.png) 0 0 no-repeat;
    	position: relative;
    	top: 3px;
    	left: 1px;
    	margin-right: 8px;
    	cursor: pointer;
    }

    .tk-self{
    	display: none;
    	padding: 20px;
    }
    .yh-name{
    	border: 1px solid #CCCCCC;
    	height: 26px;
    	border-radius: 4px;
    	width: 130px;
    	padding: 0px 8px;
    }
    .ts-sousuo{
    	margin-left: 10px;
    	background-color: #ECECEC;
    	cursor:pointer;
    	border-radius: 4px;
    	display: inline-block;
    	width: 50px;
    	height: 26px;
    	line-height: 26px;
    	text-align: center;
    }
    .ts-bottom>table{
    	margin-top: 10px;
    	width: 100%;
    }
    .ts-bottom{
    	max-height: 500px;
    	overflow-y:auto;	
    }
    .ts-bottom>table td{
    	border-bottom: 1px solid #CCCCCC;
    	padding: 8px 0px;
    	text-align: center;
    }
    td.img-yh>img{
    	width: 50px;	
    	height: 50px;
    	border-radius: 50%;
    }
    .btn {
    	display: inline-block;
    	padding: 6px 12px;
    	margin-bottom: 0;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 1.42857143;
    	text-align: center;
    	white-space: nowrap;
    	vertical-align: middle;
    	-ms-touch-action: manipulation;
    	touch-action: manipulation;
    	cursor: pointer;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	background-image: none;
    	border: 1px solid transparent;
    	border-radius: 4px;
    }
    .btn-default {
    	color: #333;
    	background-color: #fff;
    	border-color: #ccc;
    }
    .btn-danger {
    	color: #fff;
    	background-color: #d9534f;
    	border-color: #d43f3a;
    }
    .min-zdyh-list{
    	padding: 10px 0px;
    }
    .ts-footer{
    	text-align: center;
    	padding: 5px 0px;
    }
    .pl-bj-top{
    	text-align: center;
    	padding: 20px;
    }
    .pl-bj-text{
    	border-radius: 5px;
    	width: 100%;
    	height: 100px;
    }
    .pl-bj{
    	display: none;
    }
    .popup_tkc{
    	width: 100%;
    	height: 100%;
    	background-color: rgba(0, 0, 0, 0.5);
    	position: fixed;
    	left: 0;
    	top: 0;
    	display: none;
    	z-index: 19891015;
    }
    .tk_cont{
    	width: 430px;
    	margin-left: auto;
    	margin-right: auto;	
    	background-color: #fff;
    }
    .tkc_title{
    	height: 41px;
    	line-height: 41px;
    	background-color: #F8F8F8;
    	border-bottom: 1px solid #eee;
    	padding-left: 20px;
    	font-size: 14px;
    	color: rgb(51, 51, 51);
    	position: relative;
    }
    .tkct_close{
    	font-size: 20px;		
    	position: absolute;
    	right: 10px;
    	cursor: pointer;
    }

    .tkcc_title{
    	overflow: hidden;
    	border-bottom: 1px solid #CCC;
    }
    .tkccc_body{
    	border-bottom: 1px solid #CCC;
    	overflow: hidden;
    }
    .tkc_yhnr{
    	width: 250px;
    	float: left;
    	padding-top: 8px;
    	padding-bottom: 8px;
    	overflow: hidden;
    	text-overflow:ellipsis;
    	white-space: nowrap;
    }
    .tkcc_cont{
    	overflow-y: scroll;
    	max-height: 500px;
    }
    .tkc_number{
    	width: 100px;
    	float: left;
    	text-align: center;
    	padding-top: 8px;
    	padding-bottom: 8px;
    }
    .tkcc_button{
    	height: 50px;
    	line-height: 50px;
    	display:flex;
    	flex-direction:column;
    }
    .juzhong{
    	align-self:center;
    }
    .juzhong>span{
    	width: 28px;
    	height: 20px;
    	border: 1px solid #ccc;
    	padding: 6px 12px;
    	border-radius: 4px;
    	cursor: pointer;
    }
    .tkct_sure{
    	color: #fff;
    	border-color: #d43f3a;
    	background-color: #d9534f;
    }
/* .add_pl{
	width: 50px;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	} */
	.ap_cont{
		margin-left: 20px;
		width: 50px;
		float: left;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.del_tkcc_choose{
		float: left;	
		cursor: pointer;
	}
	.tkcc_choose{
		overflow: hidden;
	}

	.clearfix:after{
		content: '';
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}
	.clearfix{
		zoom:1;
	}


	/*中间视频介绍   用户信息 */

	.hs_lefe{
		background-color: #fff;
		height: 130px;
		padding: 20px 40px 0 40px;
		/*border-radius: 3px;*/
	}

	.hs_lefe .hs_name{
		width: 75%;
		float: left;
	}
	.hs_lefe .hs_name h1{
		font-size: 28px;
		line-height: 28px;
		overflow: hidden;
		color: #333;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.hs_lefe  .htc-other{
		padding: 15px 0 25px 0;
	}
	.hs_lefe  .htc-other a{
		color: #666 !important;
		font-size: 12px;
	}
	.hs_lefe  .htc-other  em{
		font-style: normal;
		padding: 0 10px;
		height: 11px;
		color: #666;
		/*background-color: #666;*/
		overflow: hidden;
		display: inline-block;
	}

	.hs_name p{
		line-height: 14px;
	}
	.hs_name p em{
		font-style: normal;
		padding: 0 10px;
		height: 11px;
		overflow: hidden;
		display: inline-block;
	} 
	.hs_name p i{
		display: inline-block;
		width: 13px;
		height: 13px;
		color: #ccc;
		margin-right: 10px;
	}
	/*left 的按钮，*/

	.hs_lefe .hs_but{
		width: 80px;
		float: right;
	}
	.hs_but > button{
		width: 80px;
		height: 30px;
		border: 1px solid #c9c9c9;
		border-radius: 2px;
		color: #717171;
		font-size:12px;
		float: left;
		outline: none;
		cursor: pointer;
	}
	.hs_but > .sc{
		width: 80px;
		height: 30px;
		border: 1px solid #cdcdcd;
		border-radius: 2px;
		color: #666666;
		font-size:12px;
		float: left;
		outline: none;
		cursor: pointer;
		text-align: center;
		cursor: pointer;

		background: #fff;
		font-weight: 900;
		margin-top: 15px;
	}
	.hs_but  .fx{
				margin-top: 5px;
		background-color: #ffa200;
		color: #fff;
		font-size:12px;
		border:0;
	}
/*	.hs_but > .sc i {
	font-size: 13px;
	color: #fff;*/
/*}*/
.hs_but > button i {

	font-size: 12px;
	color: #fff;
}
.hs_but > .sc .ss{

	display: inline-block;
	margin-top: -3px;
	margin-left: 10px;
	font-weight: 900;
	font-size: 12px;
	color: #666 !important;
	/*float: left;*/
}

.hs_but > button i img{
	width: 100%;
	height: 100%;
}

/*中间视频介绍   用户信息 right*/
.head_portrait{
	background-color: #fff;
	padding: 28px 19px 0 21px;
	height: 130px;
	border-radius: 3px;
	width: 380px;
}
.hd_left_img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	/*margin-top: 5px;*/
	margin-right: 10px;
	float: left;
}

.hd_mid_nane {
	/* width: 93px; */
	width: 160px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
}
.hd_mid_nane .p1 a{
	display: inline-block;
	font-size:20px;
font-family:MicrosoftYaHei-Bold;
font-weight:bold;
color:rgba(51,51,51,1);;
	position: relative;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 27px;
	cursor: pointer;
	/*padding-top: 5px;*/
}
.hd_mid_nane .p1 i{
	position: absolute;
	right: 1px;
	top: 10px;
}
.hd_mid_nane .p1 {
	font-size: 12px;
	color: #7c7c7c;
}
.hd_mid_nane .p2 {
	font-size: 12px;
	color: #666;
	margin-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hd_mid_nane .p2 > img{
	
	display: inline-block;
	width: 17px;
	height: 17px;
}
.hd_mid_nane .p2 > a{
	margin-left: 14px;
	 display: inline-block;
    height: 17px;
    padding-top: 8px;
}
.hd_mid_nane .p2 > a img{
	float: left;
}
.hd_mid_nane .p2 > a i{
	float: left;
	line-height: 11px;
    margin-left: 5px;
}
.hd_mid_nane p i{
	font-style: normal;
}
.head_portrait button{
	width: 80px;
	height: 30px;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	color: #666;
	font-size:12px;
	background-color: #fff;
	float: right;
	outline: none;
	cursor: pointer;
	font-weight: 900;
	text-align: center;
}
.head_portrait button i{
	font-size: 12px;
	margin-right: 10px;
	font-weight: 900
}

/*.<!-- 花絮轮播 -->*/

.hx_swiper{
	
	height: 190px;

	/*margin-top: 20px;*/
}
.hx_hd{
	/*height: 55px;*/
	padding-bottom: 20px;
	padding-top: 20px;

}
.h_s_box{
		padding: 0 20px 0px 20px;
		background-color: #fff;
		border-radius: 2px;
}
.hx_hd span{
	display: inline-block;
	border-right: 2px solid #f9a600;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: 900;
	color: #333;
	font-size: 16px;
}
i{
	color: #666;
	font-size: 12px;
	font-style: normal;
}
.hx_lb .hg{
	height: 108px;
	/* background-color: skyblue; */
	position: relative;
	border-radius: 2px;
}
.hx_lb .hg .lazy{
	width: 100%;
	height: 100%;
	border-radius: 2px;
}
.swiper-container .new_style{
	height: 108px;
	width: 25px;
	background: rgba(0,0,0,.3);
	top: 22px;
	left: 0;
	text-align: center;	
}
.swiper-container .new_style i{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
	color: #fff;
}
.swiper-container .new_right_style{
	height: 110px;
	width: 25px;
	background: rgba(0,0,0,.3);
	top: 22px;
	right: 0;
	text-align: center;
}
.swiper-container .new_right_style i{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
	color: #fff;
}

/*新评论*/
.cc_hd{
	margin-bottom: 15px;
}
.cc_hd span{
	display: inline-block;
	border-right: 2px solid #f9a600;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: 600;
	color: #333;
	font-size: 16px;
}
.cc_hd i{
	color: #666;
	font-size: 12px;
	font-style: normal;	
}


.comment-item .a_hf{
	font-size: 12px;
	color: #666;
	margin-top: 15px;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 30px;
}
.comment-item .back_pl{
	padding: 10px  20px 0 20px;
	background-color: #f4f4f4;
	padding-bottom: 15px;
	margin-top: 20px;
	position: relative;
	border-radius: 3px;
}
.comment-item .back_pl > i{
	position: absolute;
	top: -16px;
	left: 10px;
	color: #f4f4f4;
	font-size: 25px;
}
.pl_child p{
	font-size: 12px;
	color: #333;
	line-height: 18px;
	
}
.pl_child p span{
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.pl_child .back_hf{
	font-size: 12px;
	outline: none;
	border:0;
	color: #999;
	background-color: #f4f4f4;
	margin-top: 10px;
	cursor: pointer;
	margin-bottom: 15px;
}
.form_box  .btn-primary{
	float: right;
	width: 10%;
	height: 50px;
	font-size: 13px;
	border-radius: 0 3px 3px 0;
}
.fx_zao{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: 900;
	display: none;
}
.fx_zao	.fx_box{
	width: 500px;
	height: 305px;
	position: fixed;
	top:260px;
	/*top: 50%;*/
	left: 50%;
	margin-left: -250px; 
	background-color: #fff;
	z-index: 901;
	padding:0 20px 20px 20px;
	border-radius: 3px;
}
.fx_zao	.fx_box .fx_xx{
	color: #797979;
	font-size: 24px;
	position: absolute;
	right: 20px;
	cursor: pointer;
	top: 10px;
}
.fx_zao	.fx_box .fx_tit{
	height: 55px;
	border-bottom: 2px solid #f5f5f5;
	line-height: 55px;
	color: #303030;
	font-size: 15px;
}
.fx_zao .fx_con{
	padding: 35px 20px 0 20px;
}
.fx_zao .fx_ewm{
	float: left;
	width: 45%;
	border-right: 1px solid #f5f5f5;
}
.fx_zao .fx_ewm img{
	width: 140px;
	height: 140px;
	display: block;
	margin:0 auto;
}
.fx_zao .fx_ewm p{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	color:#626262;
}
.fx_zao  .fx_qq{
	float: right;
	width: 55%;
	padding-top: 40px;
}
.fx_zao  .fx_qq a{
	margin-left: 30px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	float: left;
}
.fx_zao  .fx_qq p{
	text-align: center;
	font-size: 14px;
	margin-top: 70px;
	color:#626262;
}

.fbody {
	width: 100%;
	height: 100%;
}

.updateddc_body {
	position: relative;
}
.nones{
	display: none;
}

.spfly {
	position: absolute;
	width: 380px;
	height: 270px;
	z-index: 10000;
	left: -27px;
	top: -25px;
	box-shadow: 0 5px 10px #ccc;
}
.updateddc_img .a .videos_mask {
	background-color: rgba(26, 26, 26, 0);
}
.van-fpbar-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 10px;
	border-color: #000;
	border-style: solid;
	border-width: 4px 8px;
	background: #444;
	box-sizing: border-box;
}

.van-fpbar-box span {
	display: block;
	background: #fff;
	height: 2px;
	transition: width .12s;
}
.huadongbox{
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}


